From e55a7a62295711e85f934d65fd123b91377ea11c Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sat, 23 Aug 2003 23:04:20 +0000 Subject: [PATCH] (vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols. --- lisp/vc-hooks.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 612d3747c9e..36041751199 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.156 2003/07/26 16:07:25 rost Exp $ +;; $Id: vc-hooks.el,v 1.157 2003/08/23 10:06:29 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -41,13 +41,13 @@ (defvar vc-ignore-vc-files nil) (make-obsolete-variable 'vc-ignore-vc-files - "set vc-handled-backends to nil to disable VC.") + "set `vc-handled-backends' to nil to disable VC.") (defvar vc-master-templates ()) (make-obsolete-variable 'vc-master-templates "to define master templates for a given BACKEND, use vc-BACKEND-master-templates. To enable or disable VC for a given -BACKEND, use vc-handled-backends.") +BACKEND, use `vc-handled-backends'.") (defvar vc-header-alist ()) (make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header) -- 2.30.2